home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club (Business) 1997 July / Software of the Month Club - Business (Volume 239) (July 1997).iso / pc / code / a.dxr / 00010.ls < prev    next >
Encoding:
Text File  |  1996-02-15  |  210 b   |  15 lines

  1. global gKeyRef
  2.  
  3. on exitFrame
  4.   if the movieRate of sprite 1 then
  5.     go(the frame)
  6.   end if
  7. end
  8.  
  9. on mouseDown
  10.   set the movieRate of sprite 1 to 0
  11.   updateStage()
  12.   setKFGlobals(gKeyRef)
  13.   JumptoMainLoop()
  14. end
  15.